Check for live frames explicitly in window.c functions which need it.
authorChong Yidong <cyd@gnu.org>
Tue, 7 Aug 2012 07:02:04 +0000 (15:02 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 7 Aug 2012 07:02:04 +0000 (15:02 +0800)
commit54d00024b2a93d75e6d701fe5e751c410338d016
tree3cfefda33ded43a6e04fd6ac36f90712b892ad01
parentb4268a4a5c83c7d71e594255b6035f84d90c9288
Check for live frames explicitly in window.c functions which need it.

* window.c (Fwindow_edges, Fwindow_pixel_edges)
(Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
(Fdelete_window_internal): Signal an error if the window is not on
a live frame.
src/ChangeLog
src/window.c